home *** CD-ROM | disk | FTP | other *** search
- on idle
- if rollOver(5) then
- set the castNum of sprite 5 to 30
- else
- set the castNum of sprite 5 to 28
- end if
- if rollOver(6) then
- set the castNum of sprite 6 to 31
- else
- set the castNum of sprite 6 to 29
- end if
- if rollOver(21) then
- set the ink of sprite 22 to 0
- else
- set the ink of sprite 22 to 39
- end if
- end
-
- on exitFrame
- go(the frame)
- end
-